# MPLAB IDE generated this makefile for use with GNU make.
# Project: DSPIC C30.mcp
# Date: Thu Aug 19 14:05:50 2010

AS = pic30-as.exe
CC = pic30-gcc.exe
LD = pic30-ld.exe
AR = pic30-ar.exe
HX = pic30-bin2hex.exe
RM = rm

DSPIC\ C30.hex : DSPIC\ C30.cof
	$(HX) "DSPIC C30.cof"

DSPIC\ C30.cof : dspic\ c30.o
	$(CC) -mcpu=33FJ32MC204 "dspic c30.o" -o"DSPIC C30.cof" -Wl,--script="C:\Program Files (x86)\Microchip\MPLAB C30\support\dsPIC33F\gld\p33FJ32MC204.gld",--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,-Map="DSPIC C30.map",--report-mem

dspic\ c30.o : retardos.h C:/Program\ Files\ (x86)/Microchip/MPLAB\ C30/support/dsPIC33F/h/p33FJ32MC204.h dspic\ c30.c
	$(CC) -mcpu=33FJ32MC204 -x c -c "dspic c30.c" -o"dspic c30.o" -I"C:\Program Files (x86)\Microchip\MPLAB C30\support\dsPIC33F\h" -D__DEBUG -g -Wall

clean : 
	$(RM) "dspic c30.o" "DSPIC C30.cof" "DSPIC C30.hex"

